CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 蚁群 matlab

搜索资源列表

  1. ACO-TSP

    0下载:
  2. 利用蚁群算法解决旅行商问题,其中运用智能蚂蚁算法-Using Ant Colony Optimization Algorithm to solve Traveling Salesman Problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:74112
    • 提供者:波波
  1. antColonyAlgorith1.4

    0下载:
  2. 双蚁群算法实现机器人路径规划,采用面向对象的方法编写,蚂蚁数量和起始点可以设置,障碍率可以设置,障碍可以自动生成也可以手工使用鼠标设置。 已发表相关论文。 有兴趣的朋友可以检索“孙纯哲 凹形障碍全局路径规划的双蚁群完全交叉算法”-Ant colony algorithm to achieve dual-robot path planning, object-oriented method to prepare, ants can set the number and the starti
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:241247
    • 提供者:sunchunzhe
  1. ACATSP

    0下载:
  2. 蚁群算法解决旅行商问题,matlab源码-Ant colony algorithm to solve traveling salesman problem, matlab source
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:2072
    • 提供者:阿陶
  1. ACO

    0下载:
  2. 帮助大家认识蚁群算法 附上典型TSP的dat文件供大家测试-Ant colony algorithm to help you understand the typical TSP attached dat file for all the test
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:3204
    • 提供者:李伟
  1. ant_clustring

    0下载:
  2. 蚁群算法用于已知数目的聚类问题,解决任务分配等问题-Ant colony algorithm for clustering已知数purpose of solving the task allocation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:2681
    • 提供者:阿焦
  1. ACTSP

    0下载:
  2. 实现了蚁群算法求解TSP问题。注释详细 function[R_best,L_best,L_ave,Shortest_Route,Shortest_Length]=ACATSP(C,NC_max,m,Alpha,Beta,Rho,Q) ------------------------------------------------------------------------- 主要符号说明 C n个城市的坐标,n×2的矩阵 NC_max最大迭代次数 m蚂蚁个数
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1863
    • 提供者:王晶
  1. AntColonyAlgorithmForMatlab

    0下载:
  2. 蚁群算法在最短路中的matlab代码 用于机器人路径规划-Ant colony algorithm in the matlab code in short-circuit
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:5711
    • 提供者:yueliangzhu
  1. ant_colony_optimization

    0下载:
  2. 实现了一种高效的蚁群算法,它在旅行商问题中进行了测试-an effective and efficient aco
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:11864
    • 提供者:王临
  1. AntSystem

    2下载:
  2. 一个较好的蚁群MATLAB程序,附地图。-In this M-file, the implemention of ACO Algorithm is given with the support of reference papers listed. You can easily use it as following command to see the pictures of result and the iterative playing course.
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-07-12
    • 文件大小:27818
    • 提供者:boy
  1. TSP

    1下载:
  2. TSP问题;蚁群算法;关键参数设置;MATLAB-MATLAB,tsp
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:3749
    • 提供者:sam
  1. yiqunprogram

    0下载:
  2. 很好的蚁群算法示例,有很好的参考价值,对于蚁群算法的初学者有很大的帮助-Ant Colony Algorithm good example of a very good reference value, for the ant colony algorithm is very useful to beginners
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:7206
    • 提供者:kangna
  1. coder

    1下载:
  2. 在matlab环境下应用蚁群算法对未知系统进行辨识。-Matlab application environment in the ant colony algorithm to identify the unknown system.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:4107
    • 提供者:郭凯
  1. ASO_DHB

    0下载:
  2. 基本蚁群算法(段海滨《蚁群算法原理及应用》附录Matlab程序)-Basic Ant Colony Algorithm for TSP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:2048
    • 提供者:
  1. ACATSP

    0下载:
  2. 经典的用于求解TSP(旅行商问题)的自适应蚁群算法-Classic self-adaptive ACO algorithm for TSP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:2574
    • 提供者:
  1. aunt

    2下载:
  2. 蚁群算法,适合于图像处理,可以用的哦-it is very good for image prcessing
  3. 所属分类:数值算法/人工智能

    • 发布日期:2014-02-04
    • 文件大小:4522413
    • 提供者:饶丹
  1. anttsp

    6下载:
  2. 用蚁群算法解决TSP问题,其中有基本蚁群,蚁密系统,还有自己提出的改进算法,自带GUI界面。-TSP with ant colony algorithm to solve the problem, including the basic ant colony, ant density systems, as well as the improved algorithm itself, its own GUI interface.
  3. 所属分类:matlab例程

    • 发布日期:2013-03-12
    • 文件大小:238631
    • 提供者:灞堝媷
  1. TSPE

    0下载:
  2. 一种基于蚁群算法的旅行商问题的源代码-TSP BASED ON ANT COLONY ALGORITHM
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:2078
    • 提供者:露萍
  1. anttsp

    0下载:
  2. ACSmatlabCode蚁群算法解TSP问题的源代码,希望对学习蚂蚁算法的朋友提供帮助-ant tsp problem
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:1232
    • 提供者:alison
  1. aa

    0下载:
  2. 蚁群算法 适合寻找最优问题,实现最短路径。-Ant colony algorithm for finding the optimal problem, the realization of the shortest path.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:2987
    • 提供者:孙根本
  1. AntSystem

    0下载:
  2. 此程序是用Visual C++开发的,功能是用改进后的蚁群算法解决TSP问题,可以直接在Visual C++6.0下运行。-This program s function is solving TSP question using Ant algrithm.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1352297
    • 提供者:yangmingze
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com